home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 49
/
Volume 49 - JOGO DISK .iso
/
Games
/
honeytrouble.swf
/
scripts
/
DefineSprite_709
/
frame_18
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-09-27
|
206 b
|
15 lines
teEnd++;
if(teEnd == 4)
{
if(_root.failMovie_mc._currentframe == 1)
{
_root.failMovie_mc.gotoAndPlay(2);
teEnd = 0;
}
stop();
}
else
{
this.gotoAndPlay("失败");
}